home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultimedia 1
/
Ultimedia 1.iso
/
tools
/
grafiktools
/
superview
/
install_superview.script
< prev
next >
Wrap
Text File
|
1994-06-06
|
854b
|
39 lines
; $VER: Install_SuperView.script V3.1 (5.6.94)
; © 1993-94 by Andreas R. Kleinert.
; This is the Installer Script for SuperView
(copyfiles
(prompt "Installing SuperView now. Libraries have to be installed separately.")
(help @copyfiles-help)
(source ":SuperView")
(set svcomdir
(askdir
(prompt "Select path to install SuperView to")
(help @askdir-help)
(newpath)
(default "SYS:SuperView")
)
)
(dest svcomdir)
(all)
(confirm)
)
(copyfiles
(prompt "Installing Catalog-Files für OS V2.1+ Code localization.")
(help @copyfiles-help)
(source ":SuperView/locale/catalogs")
(set svcomdir
(askdir
(prompt "Select path to install Catalogs to")
(help @askdir-help)
(newpath)
(default "SYS:locale/Catalogs")
)
)
(dest svcomdir)
(all)
(confirm)
)